home *** CD-ROM | disk | FTP | other *** search
/ Graphics Plus / Graphics Plus.iso / general / raytrace / rayslide / rayslide.lha / ray-slides / ray / depth.gp < prev    next >
Encoding:
Text File  |  1992-09-13  |  149 b   |  9 lines

  1. set term postscript portrait
  2. set output 'depth.PS'
  3. set parametric
  4. set view 45, 45
  5. set noborder
  6. set zrange [-5:-3]
  7. splot 'depth.plot' with lines
  8. quit
  9.